remove outline

60

textarea:focus, input:focus{
    outline: none;
}
input:focus, textarea:focus {
    background-color: #FFFF66;
    border: 1px solid #F47E58;
}
                
#content #main-content input[type=text]{
   border: 0;
   border: 1px solid #ccc;
   height: 40px;
   padding-left: 10px;
   outline: 0;
 }

Comments

Submit
0 Comments